runtime.rtype.string (method)
27 uses
runtime (current package)
alg.go#L109: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L126: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L192: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L250: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L267: panic(errorString("comparing uncomparable type " + toRType(t).string()))
error.go#L33: inter = toRType(e._interface).string()
error.go#L35: as := toRType(e.asserted).string()
error.go#L39: cs := toRType(e.concrete).string()
error.go#L259: typestring := toRType(eface._type).string()
heapdump.go#L199: dumpstr(rt.string())
mbitmap.go#L693: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
mbitmap.go#L697: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " with GC prog")
mfinal.go#L400: throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
mfinal.go#L441: throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
mfinal.go#L445: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
mfinal.go#L448: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
mfinal.go#L471: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
mprof.go#L1233: print("tracealloc(", p, ", ", hex(size), ", ", toRType(typ).string(), ")\n")
panic.go#L576: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L113: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
type.go#L25: func (t rtype) string() string {
type.go#L41: s := t.string()
type.go#L346: if rt.string() != rv.string() {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |